@charset "utf-8";

/* CSS Document */


/**************此文件包含reset及头部 底部 弹窗样式, 此文件不可随意修改;每个页面请务必都要引入.**************/


/*reset*/

html,
body {  min-width: 320px;
    margin: auto;
    font-size: 22px;
    font-family: "Microsoft Yahei", "sans-serif";
    color: #000;
    background: #fff;
}

@media screen and (min-width:320px) and (max-width:374px){html{font-size:11px}}
@media screen and (min-width:375px) and (max-width:414px){html{font-size:12px}}
@media screen and (min-width:415px) and (max-width:639px){html{font-size:15px}}
@media screen and (min-width:640px) and (max-width:719px){html{font-size:20px}}
@media screen and (min-width:720px) and (max-width:749px){html{font-size:22.5px}}
@media screen and (min-width:750px) and (max-width:799px){html{font-size:22.5px}}
@media screen and (min-width:800px) and (max-width:1300px){html{font-size:22px}}
@media screen and (min-width: 1301px){html,body{font-size:22px; }}


* {
    margin: 0px;
    padding: 0px;
    _word-break: break-all;
}

img {
    border: none;
    vertical-align: middle;
    width: auto;
    height: auto;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}


/*a:hover {color:#ba2636;text-decoration:underline;}
    a:active {color:#ba2636;}*/

a:active {
    text-decoration: none;
}

i {
    font-style: normal;
}

input {
    font-family: "Microsoft Yahei", 'Tahoma', "SimSun";
    color: #000;
    outline: none;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b5b5b6;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b5b5b6;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b5b5b6;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b5b5b6;
}

textarea {
    outline: none;
}

.clearfix {
    _zoom: 1
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both
}

*+html .clearfix {
    overflow: hidden
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6，button,
input,
select,
textarea {
    font-size: 100%;
    border: 0
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

.fB {
    font-weight: bold;
}

.f12px {
    font-size: 12px;
}

.f14px {
    font-size: 14px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.w12 {
    width: 1200px;
    margin: auto;
}

.ovt {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.display01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.display02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.display03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/**********************头部样式***********************/



/**********************底部样式**********************/


/**********************弹窗样式**********************/